source/bindbc/kw/dynload.d(67,24): Error: `name.ptr` cannot be used in `@safe` code, use `&name[0]` instead source/bindbc/kw/dynload.d(85,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_CreateButton` source/bindbc/kw/dynload.d(85,20): Error: cast from `extern (C) KW_Widget* function(KW_GUI*, KW_Widget*, KW_Widget*, const(KW_Rect)*) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(86,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_CreateButtonAndLabel` source/bindbc/kw/dynload.d(86,20): Error: cast from `extern (C) KW_Widget* function(KW_GUI*, KW_Widget*, const(char)*, const(KW_Rect*)) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(87,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_SetButtonLabel` source/bindbc/kw/dynload.d(87,20): Error: cast from `extern (C) KW_Widget* function(KW_Widget*, KW_Widget*) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(88,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_GetButtonLabel` source/bindbc/kw/dynload.d(88,20): Error: cast from `extern (C) KW_Widget* function(KW_Widget*) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(89,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_CreateCheckbox` source/bindbc/kw/dynload.d(89,20): Error: cast from `extern (C) KW_Widget* function(KW_GUI*, KW_Widget*, KW_Widget*, const(KW_Rect*)) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(90,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_GetCheckboxLabel` source/bindbc/kw/dynload.d(90,20): Error: cast from `extern (C) KW_Widget* function(KW_Widget*) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(91,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_SetCheckboxLabel` source/bindbc/kw/dynload.d(91,20): Error: cast from `extern (C) KW_Widget* function(KW_Widget*, KW_Widget*) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(92,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_CreateEditbox` source/bindbc/kw/dynload.d(92,20): Error: cast from `extern (C) KW_Widget* function(KW_GUI*, KW_Widget*, const(char*), const(KW_Rect*)) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(93,33): Error: `@safe` function `loadKiwi` cannot access `__gshared` data `KW_SetEditboxText` source/bindbc/kw/dynload.d(93,20): Error: cast from `extern (C) void function(KW_Widget*, const(char*)) nothrow @nogc*` to `void**` not allowed in safe code source/bindbc/kw/dynload.d(94,20): Error: cast from `const(extern (C) char* function(KW_Widget*) nothrow @nogc)*` to `void**` not allowed in safe code /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.